Skip to content

Commit

Permalink
deploy: a06a5de
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Mar 10, 2024
1 parent cbaaf5f commit 8510b8e
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 0 deletions.
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"
}
}
}
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> .
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>
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 .


0 comments on commit 8510b8e

Please sign in to comment.