Skip to content

Commit

Permalink
Update ns URIs in Turtle
Browse files Browse the repository at this point in the history
  • Loading branch information
csarven authored and plehegar committed Dec 11, 2024
1 parent 6880c92 commit 4b8b1c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vocabulary/activitystreams2.owl
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
@prefix : <http://www.w3.org/ns/activitystreams#> .
@prefix as: <http://www.w3.org/ns/activitystreams#> .
@prefix : <https://www.w3.org/ns/activitystreams#> .
@prefix as: <https://www.w3.org/ns/activitystreams#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://www.w3.org/ns/activitystreams> .
@base <https://www.w3.org/ns/activitystreams> .

<http://www.w3.org/ns/activitystreams#> a owl:Ontology ;
<https://www.w3.org/ns/activitystreams#> a owl:Ontology ;
rdfs:comment "Extended Activity Streams 2.0 Vocabulary"@en ;
rdfs:label "Activity Streams 2.0"@en ;
owl:imports <http://www.w3.org/ns/prov#> .
Expand Down

0 comments on commit 4b8b1c8

Please sign in to comment.