File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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#> .
3
3
@prefix owl: <http: //www.w3.org/2002/07/owl#> .
4
4
@prefix rdf: <http: //www.w3.org/1999/02/22-rdf-syntax-ns#> .
5
5
@prefix xml: <http: //www.w3.org/XML/1998/namespace> .
6
6
@prefix xsd: <http: //www.w3.org/2001/XMLSchema#> .
7
7
@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> .
9
9
10
- <http : //www.w3.org/ns/activitystreams#> a owl:Ontology ;
10
+ <https : //www.w3.org/ns/activitystreams#> a owl:Ontology ;
11
11
rdfs:comment "Extended Activity Streams 2.0 Vocabulary"@en ;
12
12
rdfs:label "Activity Streams 2.0"@en ;
13
13
owl:imports <http: //www.w3.org/ns/prov#> .
You can’t perform that action at this time.
0 commit comments