Skip to content

Commit

Permalink
Add bibo:status
Browse files Browse the repository at this point in the history
  • Loading branch information
marioscrock committed Oct 13, 2023
1 parent 149eb60 commit 007eebc
Show file tree
Hide file tree
Showing 154 changed files with 805 additions and 872 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
}, {
"@id" : "http://purl.org/dc/terms/title",
"@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ]
}, {
"@id" : "http://purl.org/ontology/bibo/status",
"@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ]
}, {
"@id" : "http://www.w3.org/2004/02/skos/core#Concept",
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ]
Expand Down Expand Up @@ -59,6 +62,10 @@
"@language" : "en",
"@value" : "Application layer protocol"
} ],
"http://purl.org/ontology/bibo/status" : [ {
"@language" : "en",
"@value" : "Draft Controlled Vocabulary"
} ],
"http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ {
"@id" : "http://www.w3.org/2004/02/skos/core#ConceptScheme"
} ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<https://w3id.org/mobilitydcat-ap/application-layer-protocol> <http://purl.org/dc/terms/license> <https://creativecommons.org/licenses/by/4.0/> .
<https://w3id.org/mobilitydcat-ap/application-layer-protocol> <http://purl.org/dc/terms/publisher> "NAPCORE SubWG4.4"@en .
<https://w3id.org/mobilitydcat-ap/application-layer-protocol> <http://purl.org/dc/terms/title> "Application layer protocol"@en .
<https://w3id.org/mobilitydcat-ap/application-layer-protocol> <http://purl.org/ontology/bibo/status> "Draft Controlled Vocabulary"@en .
<https://w3id.org/mobilitydcat-ap/application-layer-protocol> <http://www.w3.org/2002/07/owl#versionInfo> "0.1.0"@en .
<https://w3id.org/mobilitydcat-ap/application-layer-protocol> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <https://w3id.org/mobilitydcat-ap/application-layer-protocol/amqp> .
<https://w3id.org/mobilitydcat-ap/application-layer-protocol> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <https://w3id.org/mobilitydcat-ap/application-layer-protocol/ftp> .
Expand Down Expand Up @@ -41,6 +42,9 @@
# http://purl.org/dc/terms/title
<http://purl.org/dc/terms/title> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
#
# http://purl.org/ontology/bibo/status
<http://purl.org/ontology/bibo/status> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
#
# http://www.w3.org/2004/02/skos/core#definition
<http://www.w3.org/2004/02/skos/core#definition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:bibo="http://purl.org/ontology/bibo/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:terms="http://purl.org/dc/terms/">
Expand All @@ -16,6 +17,7 @@
<terms:license rdf:resource="https://creativecommons.org/licenses/by/4.0/"/>
<terms:publisher xml:lang="en">NAPCORE SubWG4.4</terms:publisher>
<terms:title xml:lang="en">Application layer protocol</terms:title>
<bibo:status xml:lang="en">Draft Controlled Vocabulary</bibo:status>
<owl:versionInfo xml:lang="en">0.1.0</owl:versionInfo>
<skos:hasTopConcept rdf:resource="https://w3id.org/mobilitydcat-ap/application-layer-protocol/amqp"/>
<skos:hasTopConcept rdf:resource="https://w3id.org/mobilitydcat-ap/application-layer-protocol/ftp"/>
Expand Down Expand Up @@ -78,6 +80,13 @@



<!-- http://purl.org/ontology/bibo/status -->


<owl:AnnotationProperty rdf:about="http://purl.org/ontology/bibo/status"/>



<!-- http://www.w3.org/2004/02/skos/core#definition -->


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:bibo="http://purl.org/ontology/bibo/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:terms="http://purl.org/dc/terms/">
Expand All @@ -16,6 +17,7 @@
<terms:license rdf:resource="https://creativecommons.org/licenses/by/4.0/"/>
<terms:publisher xml:lang="en">NAPCORE SubWG4.4</terms:publisher>
<terms:title xml:lang="en">Application layer protocol</terms:title>
<bibo:status xml:lang="en">Draft Controlled Vocabulary</bibo:status>
<owl:versionInfo xml:lang="en">0.1.0</owl:versionInfo>
<skos:hasTopConcept rdf:resource="https://w3id.org/mobilitydcat-ap/application-layer-protocol/amqp"/>
<skos:hasTopConcept rdf:resource="https://w3id.org/mobilitydcat-ap/application-layer-protocol/ftp"/>
Expand Down Expand Up @@ -78,6 +80,13 @@



<!-- http://purl.org/ontology/bibo/status -->


<owl:AnnotationProperty rdf:about="http://purl.org/ontology/bibo/status"/>



<!-- http://www.w3.org/2004/02/skos/core#definition -->


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<http://purl.org/dc/terms/license> <https://creativecommons.org/licenses/by/4.0/> ;
<http://purl.org/dc/terms/publisher> "NAPCORE SubWG4.4"@en ;
<http://purl.org/dc/terms/title> "Application layer protocol"@en ;
<http://purl.org/ontology/bibo/status> "Draft Controlled Vocabulary"@en ;
owl:versionInfo "0.1.0"@en ;
<http://www.w3.org/2004/02/skos/core#hasTopConcept> <https://w3id.org/mobilitydcat-ap/application-layer-protocol/amqp> ,
<https://w3id.org/mobilitydcat-ap/application-layer-protocol/ftp> ,
Expand Down Expand Up @@ -50,6 +51,10 @@
<http://purl.org/dc/terms/title> rdf:type owl:AnnotationProperty .


### http://purl.org/ontology/bibo/status
<http://purl.org/ontology/bibo/status> rdf:type owl:AnnotationProperty .


### http://www.w3.org/2004/02/skos/core#definition
<http://www.w3.org/2004/02/skos/core#definition> rdf:type owl:AnnotationProperty .

Expand Down
4 changes: 2 additions & 2 deletions application-layer-protocol/0.1.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


<!-- SCHEMA.ORG METADATA -->
<script type="application/ld+json">{"@context":"https://schema.org","@type":"TechArticle","url":"https://w3id.org/mobilitydcat-ap/application-layer-protocol","image":"http://vowl.visualdataweb.org/webvowl/#iri=https://w3id.org/mobilitydcat-ap/application-layer-protocol","name":"Application layer protocol", "headline":"Controlled vocabulary for the application layer protocol of a distribution.", "datePublished":"Mon Aug 21 15:53:04 CEST 2023", "version":"0.1.0", "license":"https://creativecommons.org/licenses/by/4.0/", "author":[{"@type":"Person","name":"Mario Scrocca (Cefriel)"},{"@type":"Person","name":"Peter Lubrich (BASt)"}]}</script>
<script type="application/ld+json">{"@context":"https://schema.org","@type":"TechArticle","url":"https://w3id.org/mobilitydcat-ap/application-layer-protocol","image":"http://vowl.visualdataweb.org/webvowl/#iri=https://w3id.org/mobilitydcat-ap/application-layer-protocol","name":"Application layer protocol", "headline":"Controlled vocabulary for the application layer protocol of a distribution.", "datePublished":"Fri Oct 13 15:53:19 CEST 2023", "version":"0.1.0", "license":"https://creativecommons.org/licenses/by/4.0/", "author":[{"@type":"Person","name":"Mario Scrocca (Cefriel)"},{"@type":"Person","name":"Peter Lubrich (BASt)"}]}</script>

<script src="resources/jquery.js"></script>
<script src="resources/marked.min.js"></script>
Expand Down Expand Up @@ -76,7 +76,7 @@ <h1>Application layer protocol</h1>
</div>
<div class="status">
<div>
<span>Ontology Specification Draft</span>
<span>Draft Controlled Vocabulary</span>
</div>
</div> <div id="abstract"><h2>Abstract</h2><span class="markdown">
Controlled vocabulary for the application layer protocol of a distribution.</span>
Expand Down
1 change: 1 addition & 0 deletions application-layer-protocol/application-layer-protocol.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
dct:license <https://creativecommons.org/licenses/by/4.0/>;
dct:publisher "NAPCORE SubWG4.4"@en;
dct:title "Application layer protocol"@en;
<http://purl.org/ontology/bibo/status> "Draft Controlled Vocabulary"@en;
owl:versionIRI <https://w3id.org/mobilitydcat-ap/application-layer-protocol/0.1.0>;
owl:versionInfo "0.1.0"@en;
skos:hasTopConcept <https://w3id.org/mobilitydcat-ap/application-layer-protocol/amqp>,
Expand Down
Binary file modified application-layer-protocol/application-layer-protocol.xlsx
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
}, {
"@id" : "http://purl.org/dc/terms/title",
"@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ]
}, {
"@id" : "http://purl.org/ontology/bibo/status",
"@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ]
}, {
"@id" : "http://www.w3.org/2004/02/skos/core#Concept",
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ]
Expand Down Expand Up @@ -59,6 +62,10 @@
"@language" : "en",
"@value" : "Application layer protocol"
} ],
"http://purl.org/ontology/bibo/status" : [ {
"@language" : "en",
"@value" : "Draft Controlled Vocabulary"
} ],
"http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ {
"@id" : "http://www.w3.org/2004/02/skos/core#ConceptScheme"
} ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<https://w3id.org/mobilitydcat-ap/application-layer-protocol> <http://purl.org/dc/terms/license> <https://creativecommons.org/licenses/by/4.0/> .
<https://w3id.org/mobilitydcat-ap/application-layer-protocol> <http://purl.org/dc/terms/publisher> "NAPCORE SubWG4.4"@en .
<https://w3id.org/mobilitydcat-ap/application-layer-protocol> <http://purl.org/dc/terms/title> "Application layer protocol"@en .
<https://w3id.org/mobilitydcat-ap/application-layer-protocol> <http://purl.org/ontology/bibo/status> "Draft Controlled Vocabulary"@en .
<https://w3id.org/mobilitydcat-ap/application-layer-protocol> <http://www.w3.org/2002/07/owl#versionInfo> "0.1.0"@en .
<https://w3id.org/mobilitydcat-ap/application-layer-protocol> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <https://w3id.org/mobilitydcat-ap/application-layer-protocol/amqp> .
<https://w3id.org/mobilitydcat-ap/application-layer-protocol> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <https://w3id.org/mobilitydcat-ap/application-layer-protocol/ftp> .
Expand Down Expand Up @@ -41,6 +42,9 @@
# http://purl.org/dc/terms/title
<http://purl.org/dc/terms/title> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
#
# http://purl.org/ontology/bibo/status
<http://purl.org/ontology/bibo/status> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
#
# http://www.w3.org/2004/02/skos/core#definition
<http://www.w3.org/2004/02/skos/core#definition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:bibo="http://purl.org/ontology/bibo/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:terms="http://purl.org/dc/terms/">
Expand All @@ -16,6 +17,7 @@
<terms:license rdf:resource="https://creativecommons.org/licenses/by/4.0/"/>
<terms:publisher xml:lang="en">NAPCORE SubWG4.4</terms:publisher>
<terms:title xml:lang="en">Application layer protocol</terms:title>
<bibo:status xml:lang="en">Draft Controlled Vocabulary</bibo:status>
<owl:versionInfo xml:lang="en">0.1.0</owl:versionInfo>
<skos:hasTopConcept rdf:resource="https://w3id.org/mobilitydcat-ap/application-layer-protocol/amqp"/>
<skos:hasTopConcept rdf:resource="https://w3id.org/mobilitydcat-ap/application-layer-protocol/ftp"/>
Expand Down Expand Up @@ -78,6 +80,13 @@



<!-- http://purl.org/ontology/bibo/status -->


<owl:AnnotationProperty rdf:about="http://purl.org/ontology/bibo/status"/>



<!-- http://www.w3.org/2004/02/skos/core#definition -->


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:bibo="http://purl.org/ontology/bibo/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:terms="http://purl.org/dc/terms/">
Expand All @@ -16,6 +17,7 @@
<terms:license rdf:resource="https://creativecommons.org/licenses/by/4.0/"/>
<terms:publisher xml:lang="en">NAPCORE SubWG4.4</terms:publisher>
<terms:title xml:lang="en">Application layer protocol</terms:title>
<bibo:status xml:lang="en">Draft Controlled Vocabulary</bibo:status>
<owl:versionInfo xml:lang="en">0.1.0</owl:versionInfo>
<skos:hasTopConcept rdf:resource="https://w3id.org/mobilitydcat-ap/application-layer-protocol/amqp"/>
<skos:hasTopConcept rdf:resource="https://w3id.org/mobilitydcat-ap/application-layer-protocol/ftp"/>
Expand Down Expand Up @@ -78,6 +80,13 @@



<!-- http://purl.org/ontology/bibo/status -->


<owl:AnnotationProperty rdf:about="http://purl.org/ontology/bibo/status"/>



<!-- http://www.w3.org/2004/02/skos/core#definition -->


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<http://purl.org/dc/terms/license> <https://creativecommons.org/licenses/by/4.0/> ;
<http://purl.org/dc/terms/publisher> "NAPCORE SubWG4.4"@en ;
<http://purl.org/dc/terms/title> "Application layer protocol"@en ;
<http://purl.org/ontology/bibo/status> "Draft Controlled Vocabulary"@en ;
owl:versionInfo "0.1.0"@en ;
<http://www.w3.org/2004/02/skos/core#hasTopConcept> <https://w3id.org/mobilitydcat-ap/application-layer-protocol/amqp> ,
<https://w3id.org/mobilitydcat-ap/application-layer-protocol/ftp> ,
Expand Down Expand Up @@ -50,6 +51,10 @@
<http://purl.org/dc/terms/title> rdf:type owl:AnnotationProperty .


### http://purl.org/ontology/bibo/status
<http://purl.org/ontology/bibo/status> rdf:type owl:AnnotationProperty .


### http://www.w3.org/2004/02/skos/core#definition
<http://www.w3.org/2004/02/skos/core#definition> rdf:type owl:AnnotationProperty .

Expand Down
4 changes: 2 additions & 2 deletions application-layer-protocol/latest/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


<!-- SCHEMA.ORG METADATA -->
<script type="application/ld+json">{"@context":"https://schema.org","@type":"TechArticle","url":"https://w3id.org/mobilitydcat-ap/application-layer-protocol","image":"http://vowl.visualdataweb.org/webvowl/#iri=https://w3id.org/mobilitydcat-ap/application-layer-protocol","name":"Application layer protocol", "headline":"Controlled vocabulary for the application layer protocol of a distribution.", "datePublished":"Mon Aug 21 15:53:04 CEST 2023", "version":"0.1.0", "license":"https://creativecommons.org/licenses/by/4.0/", "author":[{"@type":"Person","name":"Mario Scrocca (Cefriel)"},{"@type":"Person","name":"Peter Lubrich (BASt)"}]}</script>
<script type="application/ld+json">{"@context":"https://schema.org","@type":"TechArticle","url":"https://w3id.org/mobilitydcat-ap/application-layer-protocol","image":"http://vowl.visualdataweb.org/webvowl/#iri=https://w3id.org/mobilitydcat-ap/application-layer-protocol","name":"Application layer protocol", "headline":"Controlled vocabulary for the application layer protocol of a distribution.", "datePublished":"Fri Oct 13 15:53:19 CEST 2023", "version":"0.1.0", "license":"https://creativecommons.org/licenses/by/4.0/", "author":[{"@type":"Person","name":"Mario Scrocca (Cefriel)"},{"@type":"Person","name":"Peter Lubrich (BASt)"}]}</script>

<script src="resources/jquery.js"></script>
<script src="resources/marked.min.js"></script>
Expand Down Expand Up @@ -76,7 +76,7 @@ <h1>Application layer protocol</h1>
</div>
<div class="status">
<div>
<span>Ontology Specification Draft</span>
<span>Draft Controlled Vocabulary</span>
</div>
</div> <div id="abstract"><h2>Abstract</h2><span class="markdown">
Controlled vocabulary for the application layer protocol of a distribution.</span>
Expand Down
7 changes: 7 additions & 0 deletions communication-method/0.1.0/communication-method.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
}, {
"@id" : "http://purl.org/dc/terms/title",
"@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ]
}, {
"@id" : "http://purl.org/ontology/bibo/status",
"@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ]
}, {
"@id" : "http://www.w3.org/2004/02/skos/core#Concept",
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ]
Expand Down Expand Up @@ -56,6 +59,10 @@
"@language" : "en",
"@value" : "Communication Method"
} ],
"http://purl.org/ontology/bibo/status" : [ {
"@language" : "en",
"@value" : "Draft Controlled Vocabulary"
} ],
"http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ {
"@id" : "http://www.w3.org/2004/02/skos/core#ConceptScheme"
} ],
Expand Down
4 changes: 4 additions & 0 deletions communication-method/0.1.0/communication-method.nt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<https://w3id.org/mobilitydcat-ap/communication-method> <http://purl.org/dc/terms/license> <https://creativecommons.org/licenses/by/4.0/> .
<https://w3id.org/mobilitydcat-ap/communication-method> <http://purl.org/dc/terms/publisher> "NAPCORE SubWG4.4"@en .
<https://w3id.org/mobilitydcat-ap/communication-method> <http://purl.org/dc/terms/title> "Communication Method"@en .
<https://w3id.org/mobilitydcat-ap/communication-method> <http://purl.org/ontology/bibo/status> "Draft Controlled Vocabulary"@en .
<https://w3id.org/mobilitydcat-ap/communication-method> <http://www.w3.org/2002/07/owl#versionInfo> "0.1.0"@en .
<https://w3id.org/mobilitydcat-ap/communication-method> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <https://w3id.org/mobilitydcat-ap/communication-method/pull> .
<https://w3id.org/mobilitydcat-ap/communication-method> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <https://w3id.org/mobilitydcat-ap/communication-method/push> .
Expand Down Expand Up @@ -33,6 +34,9 @@
# http://purl.org/dc/terms/title
<http://purl.org/dc/terms/title> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
#
# http://purl.org/ontology/bibo/status
<http://purl.org/ontology/bibo/status> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
#
# http://www.w3.org/2004/02/skos/core#hasTopConcept
<http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
#
Expand Down
9 changes: 9 additions & 0 deletions communication-method/0.1.0/communication-method.owl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:bibo="http://purl.org/ontology/bibo/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:terms="http://purl.org/dc/terms/">
Expand All @@ -16,6 +17,7 @@
<terms:license rdf:resource="https://creativecommons.org/licenses/by/4.0/"/>
<terms:publisher xml:lang="en">NAPCORE SubWG4.4</terms:publisher>
<terms:title xml:lang="en">Communication Method</terms:title>
<bibo:status xml:lang="en">Draft Controlled Vocabulary</bibo:status>
<owl:versionInfo xml:lang="en">0.1.0</owl:versionInfo>
<skos:hasTopConcept rdf:resource="https://w3id.org/mobilitydcat-ap/communication-method/pull"/>
<skos:hasTopConcept rdf:resource="https://w3id.org/mobilitydcat-ap/communication-method/push"/>
Expand Down Expand Up @@ -70,6 +72,13 @@



<!-- http://purl.org/ontology/bibo/status -->


<owl:AnnotationProperty rdf:about="http://purl.org/ontology/bibo/status"/>



<!-- http://www.w3.org/2004/02/skos/core#hasTopConcept -->


Expand Down
Loading

0 comments on commit 007eebc

Please sign in to comment.