代码搜索:N
找到约 10,000 项符合「N」的源代码
代码结果 10,000
www.eeworm.com/read/311226/3684301
n3 n3-writer-test-02.n3
@prefix a: .
@prefix : .
:test :comment "String tests".
a:b a:p01 "123".
a:b a:p02 "123-\"-\'-quote".
a:b a:p03 '123-\"-\'-quote'.
a:b a:p10 """Triple double-quoted str
www.eeworm.com/read/440773/1789610
n3 n3-writer-test-21.n3
# Test names with .'s in potential qnames.
@prefix foo: .
@prefix : .
:localname
www.eeworm.com/read/440773/1789620
n3 n3-writer-test-23.n3
# Test lang tags
@prefix : .
[ :prop "chat"@fr ;
:prop "chat"@en ;
:prop "chat" ;
] .
www.eeworm.com/read/440773/1789624
n3 n3-writer-test-17.n3
@prefix rdf: .
@prefix a: .
@prefix : .
:test :comment "Complex DAML List: duplicate properties".
# This is the list ("1" "2" "3
www.eeworm.com/read/440773/1789625
n3 n3-writer-test-10.n3
@prefix a: .
@prefix : .
:test :comment "Syntactic keywords".
_:a => a:something .
a:b a .
a:this = a:that .
www.eeworm.com/read/440773/1789627
n3 n3-writer-test-09.n3
@prefix a: .
@prefix : .
:test :comment "Not a bnode. Ref once." .
a:b1 a:oneRef .
:- [ a:pp "1" ; a:qq "2" ].
www.eeworm.com/read/440773/1789629
n3 n3-writer-test-29.n3
# Test qname-ization
@prefix : .
@prefix ns: .
@prefix ns2: .
@prefix ex: .
www.eeworm.com/read/440773/1789633
n3 n3-writer-test-05.n3
@prefix a: .
@prefix : .
:test :comment "BNode" .
[ a:p a:v ] .
www.eeworm.com/read/440773/1789634
n3 n3-writer-test-25.n3
# Datatypes and language tags
@prefix rdf: .
@prefix x: .
[ x:p1 "bar"@en-us^^rdf:XMLLiteral ;
# Two below are same
www.eeworm.com/read/440773/1789637
n3 n3-writer-test-16.n3
@prefix a: .
@prefix : .
:test :comment "RDF collections as lists : with compound items".
a:a a:p ( [ a:p2 "v1" ]
("inner li