Skip to content

Commit

Permalink
Use ogc-na-tools from Git, re-uplift entities/bodies
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Aug 17, 2023
1 parent 10d2339 commit 2a27edd
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 9 deletions.
14 changes: 14 additions & 0 deletions entities/bodies.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -769,6 +769,20 @@
"label": "GeoPackage SWG",
"@type": "skos:Concept"
},
{
"id": "715",
"name": "GeoParquet SWG",
"abbv": "GeoParquet SWG",
"fname": "Scott",
"lname": "Simmons",
"org": "Open Geospatial Consortium, Inc.",
"status": "Active",
"type": "policy:Swg",
"@id": "bodies:715",
"inScheme": "http://www.opengis.net/def/entities/bodies",
"label": "GeoParquet SWG",
"@type": "skos:Concept"
},
{
"id": "629",
"name": "GeoPose SWG",
Expand Down
22 changes: 14 additions & 8 deletions entities/bodies.ttl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@prefix bodies: <http://www.opengis.net/def/entities/bodies/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix policy: <http://www.opengis.net/def/metamodel/ogc-na/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
Expand Down Expand Up @@ -805,6 +805,12 @@ bodies:713 a policy:Swg,
skos:inScheme <http://www.opengis.net/def/entities/bodies> ;
skos:prefLabel "GeoDCAT SWG" .

bodies:715 a policy:Swg,
skos:Concept ;
rdfs:label "GeoParquet SWG" ;
skos:inScheme <http://www.opengis.net/def/entities/bodies> ;
skos:prefLabel "GeoParquet SWG" .

bodies:80 a policy:Body,
skos:Concept ;
rdfs:label "Strategic Member Advisory Committee" ;
Expand Down Expand Up @@ -842,16 +848,16 @@ bodies:98 a policy:Body,
skos:prefLabel "Enterprise Architecture SIG" .

[] a prov:Activity ;
prov:endedAtTime "2023-06-29T03:08:42.749722"^^xsd:dateTime ;
prov:startedAtTime "2023-06-29T03:08:42.348470"^^xsd:dateTime ;
prov:endedAtTime "2023-08-17T09:11:45.061323"^^xsd:dateTime ;
prov:startedAtTime "2023-08-17T09:11:44.716062"^^xsd:dateTime ;
prov:used [ a prov:Entity ;
dct:format "application/json" ;
dct:hasVersion "git:e20239936b46f013c36a0ce68ff0e2554300239e" ;
rdfs:seeAlso <file:///home/runner/work/NamingAuthority/NamingAuthority/entities/bodies.json> ] ;
dcterms:format "application/json" ;
dcterms:hasVersion "git:10d2339913501b7fdabd942015f1fe8da9730af4" ;
rdfs:seeAlso <file:///home/alx5000/work/Proyectos/ogc/NamingAuthority/entities/bodies.json> ] ;
prov:wasAssociatedWith [ a prov:Agent,
schema:SoftwareApplication ;
rdfs:label "OGC-NA tools" ;
dct:hasVersion "0.0.0" ;
dcterms:hasVersion "0.3.8.dev2+g1854a9b.d20230817" ;
rdfs:seeAlso <https://github.com/opengeospatial/ogc-na-tools> ] ;
prov:wasInformedBy [ dct:identifier "17a50e5b-bf5d-4e02-8a87-97d838d93530" ] .
prov:wasInformedBy [ dcterms:identifier "88e1cbff-346e-4f96-b696-187f6fbfa269" ] .

2 changes: 1 addition & 1 deletion scripts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ PyYAML
pyld
wcmatch
requests
ogc-na
ogc-na @ git+https://github.com/opengeospatial/ogc-na-tools@main#egg=ogc-na

0 comments on commit 2a27edd

Please sign in to comment.