-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
98 additions
and
0 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
vnext/schema/digital-resource/credential-digital-resource-publication.jsonld
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"@context": { | ||
"@protected": true, | ||
"id": "@id", | ||
"type": "@type", | ||
"DigitalResourcePublicationCredential": { | ||
"@id": "https://w3id.org/okp4/ontology/vnext/schema/credential/digital-resource/publication/DigitalResourcePublicationCredential" | ||
}, | ||
"hasIdentifier": { | ||
"@id": "https://w3id.org/okp4/ontology/vnext/schema/credential/digital-resource/publication/hasIdentifier", | ||
"@type": "@id" | ||
}, | ||
"servedBy": { | ||
"@id": "https://w3id.org/okp4/ontology/vnext/schema/credential/digital-resource/publication/servedBy", | ||
"@type": "@id" | ||
} | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
vnext/schema/digital-resource/credential-digital-resource-publication.nt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<https://w3id.org/okp4/ontology/vnext/schema/credential/digital-resource/publication/DigitalResourcePublicationCredential> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> . | ||
<https://w3id.org/okp4/ontology/vnext/schema/credential/digital-resource/publication/DigitalResourcePublicationCredential> <http://www.w3.org/2000/01/rdf-schema#label> "Digital Resource Publication Credential"@en . | ||
<https://w3id.org/okp4/ontology/vnext/schema/credential/digital-resource/publication/DigitalResourcePublicationCredential> <http://www.w3.org/2000/01/rdf-schema#comment> "\n Digital Resource Publication Credentials confirm the publication and availability of a digital asset through a digital service.\n "@en . | ||
<https://w3id.org/okp4/ontology/vnext/schema/credential/digital-resource/publication/hasIdentifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . | ||
<https://w3id.org/okp4/ontology/vnext/schema/credential/digital-resource/publication/hasIdentifier> <http://www.w3.org/2000/01/rdf-schema#label> "has identifier"@en . | ||
<https://w3id.org/okp4/ontology/vnext/schema/credential/digital-resource/publication/hasIdentifier> <http://www.w3.org/2000/01/rdf-schema#comment> "\n The URI that identifies the digital asset within the scope of a digital service that provides access to it.\n "@en . | ||
<https://w3id.org/okp4/ontology/vnext/schema/credential/digital-resource/publication/hasIdentifier> <http://schema.org/domainIncludes> <https://w3id.org/okp4/ontology/vnext/schema/credential/digital-resource/publication/DigitalResourcePublicationCredential> . | ||
<https://w3id.org/okp4/ontology/vnext/schema/credential/digital-resource/publication/hasIdentifier> <http://schema.org/rangeIncludes> <http://www.w3.org/2001/XMLSchema#anyURI> . | ||
<https://w3id.org/okp4/ontology/vnext/schema/credential/digital-resource/publication/servedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> . | ||
<https://w3id.org/okp4/ontology/vnext/schema/credential/digital-resource/publication/servedBy> <http://www.w3.org/2000/01/rdf-schema#label> "served by"@en . | ||
<https://w3id.org/okp4/ontology/vnext/schema/credential/digital-resource/publication/servedBy> <http://www.w3.org/2000/01/rdf-schema#comment> "\n The digital service that makes the resource accessible.\n\n This information is vital for enabling interactions with the resource. In this context, digital services act as conduits for distributing \n and exchanging digital resources across various networks. These services manifest in multiple forms, including network communication \n protocols such as RESTful APIs and gRPC services. They play a crucial role in connecting resources to orchestrator services, which \n leverage these resources for a range of applications. For instance, a digital resource might be a dataset accessible via a RESTful API,\n utilized by an orchestrator service to train a machine learning model.\n "@en . | ||
<https://w3id.org/okp4/ontology/vnext/schema/credential/digital-resource/publication/servedBy> <http://schema.org/domainIncludes> <https://w3id.org/okp4/ontology/vnext/schema/credential/digital-resource/publication/DigitalResourcePublicationCredential> . | ||
<https://w3id.org/okp4/ontology/vnext/schema/credential/digital-resource/publication/servedBy> <http://schema.org/rangeIncludes> <http://www.w3.org/2001/XMLSchema#anyURI> . |
32 changes: 32 additions & 0 deletions
32
vnext/schema/digital-resource/credential-digital-resource-publication.rdf.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="https://w3id.org/okp4/ontology/vnext/schema/credential/digital-resource/publication/" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:schema="http://schema.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema#"> | ||
<rdf:Property rdf:about="https://w3id.org/okp4/ontology/vnext/schema/credential/digital-resource/publication/hasIdentifier"> | ||
<rdfs:label xml:lang="en">has identifier</rdfs:label> | ||
<rdfs:comment xml:lang="en"> | ||
The URI that identifies the digital asset within the scope of a digital service that provides access to it. | ||
</rdfs:comment> | ||
<schema:domainIncludes> | ||
<rdfs:Class rdf:about="https://w3id.org/okp4/ontology/vnext/schema/credential/digital-resource/publication/DigitalResourcePublicationCredential"> | ||
<rdfs:label xml:lang="en">Digital Resource Publication Credential</rdfs:label> | ||
<rdfs:comment xml:lang="en"> | ||
Digital Resource Publication Credentials confirm the publication and availability of a digital asset through a digital service. | ||
</rdfs:comment> | ||
</rdfs:Class> | ||
</schema:domainIncludes> | ||
<schema:rangeIncludes rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/> | ||
</rdf:Property> | ||
<rdf:Property rdf:about="https://w3id.org/okp4/ontology/vnext/schema/credential/digital-resource/publication/servedBy"> | ||
<rdfs:label xml:lang="en">served by</rdfs:label> | ||
<rdfs:comment xml:lang="en"> | ||
The digital service that makes the resource accessible. | ||
|
||
This information is vital for enabling interactions with the resource. In this context, digital services act as conduits for distributing | ||
and exchanging digital resources across various networks. These services manifest in multiple forms, including network communication | ||
protocols such as RESTful APIs and gRPC services. They play a crucial role in connecting resources to orchestrator services, which | ||
leverage these resources for a range of applications. For instance, a digital resource might be a dataset accessible via a RESTful API, | ||
utilized by an orchestrator service to train a machine learning model. | ||
</rdfs:comment> | ||
<schema:domainIncludes rdf:resource="https://w3id.org/okp4/ontology/vnext/schema/credential/digital-resource/publication/DigitalResourcePublicationCredential"/> | ||
<schema:rangeIncludes rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/> | ||
</rdf:Property> | ||
</rdf:RDF> |
35 changes: 35 additions & 0 deletions
35
vnext/schema/digital-resource/credential-digital-resource-publication.ttl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
@prefix : <https://w3id.org/okp4/ontology/vnext/schema/credential/digital-resource/publication/> . | ||
@prefix schema: <http://schema.org/> . | ||
|
||
:DigitalResourcePublicationCredential a rdfs:Class ; | ||
rdfs:label "Digital Resource Publication Credential"@en ; | ||
rdfs:comment """ | ||
Digital Resource Publication Credentials confirm the publication and availability of a digital asset through a digital service. | ||
"""@en . | ||
|
||
:hasIdentifier a rdf:Property ; | ||
rdfs:label "has identifier"@en ; | ||
rdfs:comment """ | ||
The URI that identifies the digital asset within the scope of a digital service that provides access to it. | ||
"""@en ; | ||
schema:domainIncludes :DigitalResourcePublicationCredential ; | ||
schema:rangeIncludes xsd:anyURI . | ||
|
||
:servedBy a rdf:Property ; | ||
rdfs:label "served by"@en ; | ||
rdfs:comment """ | ||
The digital service that makes the resource accessible. | ||
This information is vital for enabling interactions with the resource. In this context, digital services act as conduits for distributing | ||
and exchanging digital resources across various networks. These services manifest in multiple forms, including network communication | ||
protocols such as RESTful APIs and gRPC services. They play a crucial role in connecting resources to orchestrator services, which | ||
leverage these resources for a range of applications. For instance, a digital resource might be a dataset accessible via a RESTful API, | ||
utilized by an orchestrator service to train a machine learning model. | ||
"""@en ; | ||
schema:domainIncludes :DigitalResourcePublicationCredential ; | ||
schema:rangeIncludes xsd:anyURI . | ||
|
||
|