Skip to content

Commit 4b8b1c8

Browse files
csarvenplehegar
authored andcommitted
Update ns URIs in Turtle
1 parent 6880c92 commit 4b8b1c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vocabulary/activitystreams2.owl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
@prefix : <http://www.w3.org/ns/activitystreams#> .
2-
@prefix as: <http://www.w3.org/ns/activitystreams#> .
1+
@prefix : <https://www.w3.org/ns/activitystreams#> .
2+
@prefix as: <https://www.w3.org/ns/activitystreams#> .
33
@prefix owl: <http://www.w3.org/2002/07/owl#> .
44
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
55
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
66
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
77
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
8-
@base <http://www.w3.org/ns/activitystreams> .
8+
@base <https://www.w3.org/ns/activitystreams> .
99

10-
<http://www.w3.org/ns/activitystreams#> a owl:Ontology ;
10+
<https://www.w3.org/ns/activitystreams#> a owl:Ontology ;
1111
rdfs:comment "Extended Activity Streams 2.0 Vocabulary"@en ;
1212
rdfs:label "Activity Streams 2.0"@en ;
1313
owl:imports <http://www.w3.org/ns/prov#> .

0 commit comments

Comments
 (0)